home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 37 / CD Expert nº 37.iso / LastCall / lastcall.exe / stuff / lastcall.dxr / 00078_Recipe button.ls < prev    next >
Encoding:
Text File  |  2000-03-27  |  184 b   |  11 lines

  1. on mouseUp
  2.   if the doubleClick then
  3.     exit
  4.   end if
  5.   if not inBonusMode() then
  6.     if getActiveCharacter() = 0 then
  7.       toggleRecipeWindow("Other", 1, 0)
  8.     end if
  9.   end if
  10. end
  11.